[PATCH] add the binding friendly join_group method to GtkRadioAction
authorJohn (J5) Palmieri <johnp@redhat.com>
Wed, 19 May 2010 19:12:49 +0000 (15:12 -0400)
committerJohn (J5) Palmieri <johnp@redhat.com>
Wed, 19 May 2010 19:16:46 +0000 (15:16 -0400)
commit85b53969b24d318b219663841e678943516f443a
treef349c4942be9223d003bce228b838c70fa02b5c7
parentc51f96578226ee106a59d52bf1920f50adb16ae1
[PATCH] add the binding friendly join_group method to GtkRadioAction

* Due to object ownership issues it is impossible to correctly use
  get_group/set_group from a GI binding
* join_group is safer because at the binding level it works with individual
  GtkRadioAction objects and not with the list of objects that gets
  modified in the library
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols
gtk/gtkradioaction.c
gtk/gtkradioaction.h